text/template/parse.ContinueNode.tr (field)

4 uses

	text/template/parse (current package)
		node.go#L914: 	tr *Tree
		node.go#L921: 	return &BreakNode{tr: t, NodeType: NodeBreak, Pos: pos, Line: line}
		node.go#L924: func (b *BreakNode) Copy() Node                  { return b.tr.newBreak(b.Pos, b.Line) }
		node.go#L926: func (b *BreakNode) tree() *Tree                 { return b.tr }